home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 145
/
(Vol 145) Dec 21 2011.iso
/
Games
/
kupidon-strike.swf
/
scripts
/
DefineSprite_330
/
frame_5
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-12-21
|
270 b
|
13 lines
_root.stoned = false;
_root.bullet._x = 400000;
_root.bow_str._visible = true;
_root.bow.gotoAndStop(1);
_root.gameplay = true;
i = 0;
while(i < _root.todel_objects.length)
{
_root.stage_objects.splice(_root.todel_objects[i],1);
i++;
}
gotoAndStop(1);